home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Applications / Demos_Demo folder / Demos_Info folder / Demos™ Demonstration / Demos Help / Demos Help.rsrc / STR#_2002.txt < prev    next >
Text File  |  1994-03-09  |  1KB  |  23 lines

  1. This creates a uniform distribution between a and b.
  2.  
  3. This creates a triangular distribution, with minimum a, mode b, and maximum c.
  4.  
  5. This creates a conditional probability table, assigning probabilities to outcomes, conditioned on outcomes of the inputs.
  6.  
  7. This converts an array y representing probability density values of x across index i into a continuous probability distribution.
  8.  
  9. This creates a normal distribution with mean m, and standard deviation s.
  10.  
  11. This creates a lognormal distribution with median m, and geometric standard deviation s.
  12.  
  13. This is used to specify an arbitrary continuous distribution by a list of n+1 elements si for i from 0 to n where si specifies the i/n fractile (quantile) of the distribution. Probability density is assumed uniform between fractiles.
  14.  
  15. This converts an array y representing cumulative probability values of x along index i into a continuous probability distribution.
  16.  
  17. This creates a discrete probability distribution, assigning an array of probabilities a to an array of outcomes u, across index i.
  18.  
  19. This creates a discrete probability distribution of probability p as follows: If Uniform( 0, 1 ) < p Then 1 Else 0.
  20.  
  21. This creates a distribution of numbers between 0 and 1 with x/(x+y) representing the mean.  For bounds other than 0 and 1, specify optional lower and upper bound (to offset and expand the distribution).
  22.  
  23.